﻿2025-11-28T10:52:14.9126764Z ##[group]Run actions/checkout@v4
2025-11-28T10:52:14.9127882Z with:
2025-11-28T10:52:14.9128610Z   repository: heyarchie-ai/archie-platform-v3
2025-11-28T10:52:14.9129597Z   token: ***
2025-11-28T10:52:14.9130222Z   ssh-strict: true
2025-11-28T10:52:14.9130862Z   ssh-user: git
2025-11-28T10:52:14.9131517Z   persist-credentials: true
2025-11-28T10:52:14.9132206Z   clean: true
2025-11-28T10:52:14.9132854Z   sparse-checkout-cone-mode: true
2025-11-28T10:52:14.9133594Z   fetch-depth: 1
2025-11-28T10:52:14.9134240Z   fetch-tags: false
2025-11-28T10:52:14.9134891Z   show-progress: true
2025-11-28T10:52:14.9135938Z   lfs: false
2025-11-28T10:52:14.9136586Z   submodules: false
2025-11-28T10:52:14.9137264Z   set-safe-directory: true
2025-11-28T10:52:14.9138268Z ##[endgroup]
2025-11-28T10:52:15.0340019Z Syncing repository: heyarchie-ai/archie-platform-v3
2025-11-28T10:52:15.0342229Z ##[group]Getting Git version info
2025-11-28T10:52:15.0343760Z Working directory is '/home/runner/work/archie-platform-v3/archie-platform-v3'
2025-11-28T10:52:15.0345792Z [command]/usr/bin/git version
2025-11-28T10:52:15.0391919Z git version 2.51.2
2025-11-28T10:52:15.0428364Z ##[endgroup]
2025-11-28T10:52:15.0438888Z Temporarily overriding HOME='/home/runner/work/_temp/05df9621-0c25-42aa-8a53-d083b22eaebf' before making global git config changes
2025-11-28T10:52:15.0443943Z Adding repository directory to the temporary git global config as a safe directory
2025-11-28T10:52:15.0457581Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/archie-platform-v3/archie-platform-v3
2025-11-28T10:52:15.0498041Z Deleting the contents of '/home/runner/work/archie-platform-v3/archie-platform-v3'
2025-11-28T10:52:15.0503204Z ##[group]Initializing the repository
2025-11-28T10:52:15.0507108Z [command]/usr/bin/git init /home/runner/work/archie-platform-v3/archie-platform-v3
2025-11-28T10:52:15.0617002Z hint: Using 'master' as the name for the initial branch. This default branch name
2025-11-28T10:52:15.0620449Z hint: is subject to change. To configure the initial branch name to use in all
2025-11-28T10:52:15.0625056Z hint: of your new repositories, which will suppress this warning, call:
2025-11-28T10:52:15.0627343Z hint:
2025-11-28T10:52:15.0628759Z hint: 	git config --global init.defaultBranch <name>
2025-11-28T10:52:15.0630240Z hint:
2025-11-28T10:52:15.0631637Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2025-11-28T10:52:15.0633764Z hint: 'development'. The just-created branch can be renamed via this command:
2025-11-28T10:52:15.0635613Z hint:
2025-11-28T10:52:15.0636781Z hint: 	git branch -m <name>
2025-11-28T10:52:15.0637965Z hint:
2025-11-28T10:52:15.0639406Z hint: Disable this message with "git config set advice.defaultBranchName false"
2025-11-28T10:52:15.0641805Z Initialized empty Git repository in /home/runner/work/archie-platform-v3/archie-platform-v3/.git/
2025-11-28T10:52:15.0649212Z [command]/usr/bin/git remote add origin https://github.com/heyarchie-ai/archie-platform-v3
2025-11-28T10:52:15.0698636Z ##[endgroup]
2025-11-28T10:52:15.0700419Z ##[group]Disabling automatic garbage collection
2025-11-28T10:52:15.0701916Z [command]/usr/bin/git config --local gc.auto 0
2025-11-28T10:52:15.0733996Z ##[endgroup]
2025-11-28T10:52:15.0736760Z ##[group]Setting up auth
2025-11-28T10:52:15.0740252Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2025-11-28T10:52:15.0775912Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2025-11-28T10:52:15.1263872Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2025-11-28T10:52:15.1298657Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2025-11-28T10:52:15.1529273Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2025-11-28T10:52:15.1564344Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2025-11-28T10:52:15.1814144Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2025-11-28T10:52:15.1852407Z ##[endgroup]
2025-11-28T10:52:15.1854633Z ##[group]Fetching the repository
2025-11-28T10:52:15.1867936Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +75f8a9e350d78a3ae4bb50aa7782032a2664a8e5:refs/remotes/origin/develop
2025-11-28T10:52:15.7752585Z From https://github.com/heyarchie-ai/archie-platform-v3
2025-11-28T10:52:15.7755006Z  * [new ref]         75f8a9e350d78a3ae4bb50aa7782032a2664a8e5 -> origin/develop
2025-11-28T10:52:15.7815289Z ##[endgroup]
2025-11-28T10:52:15.7817737Z ##[group]Determining the checkout info
2025-11-28T10:52:15.7833986Z ##[endgroup]
2025-11-28T10:52:15.7856325Z [command]/usr/bin/git sparse-checkout disable
2025-11-28T10:52:15.7882340Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2025-11-28T10:52:15.7920264Z ##[group]Checking out the ref
2025-11-28T10:52:15.7937778Z [command]/usr/bin/git checkout --progress --force -B develop refs/remotes/origin/develop
2025-11-28T10:52:15.8494283Z Switched to a new branch 'develop'
2025-11-28T10:52:15.8499786Z branch 'develop' set up to track 'origin/develop'.
2025-11-28T10:52:15.8519251Z ##[endgroup]
2025-11-28T10:52:15.8581900Z [command]/usr/bin/git log -1 --format=%H
2025-11-28T10:52:15.8620599Z 75f8a9e350d78a3ae4bb50aa7782032a2664a8e5
